|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference Release 11.2.1 E13083-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<ClientFailoverEvent.FailoverEvent>
com.timesten.jdbc.ClientFailoverEvent.FailoverEvent
public static enum ClientFailoverEvent.FailoverEvent
Client Failover events
Enum Constant Summary | |
---|---|
ABORT Client Failover was aborted |
|
BEGIN Client Failover has begun |
|
END Client Failover has completed successfully |
|
ERROR Client Failover failed |
|
REAUTH Client Failover needs to be reauthorized |
Method Summary | |
---|---|
java.lang.String |
toString() |
static ClientFailoverEvent.FailoverEvent |
valueOf(int ei) |
static ClientFailoverEvent.FailoverEvent |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static ClientFailoverEvent.FailoverEvent[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ClientFailoverEvent.FailoverEvent BEGIN
public static final ClientFailoverEvent.FailoverEvent END
public static final ClientFailoverEvent.FailoverEvent ABORT
public static final ClientFailoverEvent.FailoverEvent REAUTH
public static final ClientFailoverEvent.FailoverEvent ERROR
Method Detail |
---|
public static ClientFailoverEvent.FailoverEvent[] values()
for (ClientFailoverEvent.FailoverEvent c : ClientFailoverEvent.FailoverEvent.values()) System.out.println(c);
public static ClientFailoverEvent.FailoverEvent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ClientFailoverEvent.FailoverEvent valueOf(int ei)
public java.lang.String toString()
toString
in class java.lang.Enum<ClientFailoverEvent.FailoverEvent>
|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference Release 11.2.1 E13083-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |